%10-32  fevalʹ÷
%Enterȷϡ
>> fhandle = @deblank;
ff = functions(fhandle);
>> feval(fhandle, {'string   ','with  ','blanks        '})
ans = 
    'string'    'with'    'blanks'
>>
